Contribution org.nuxeo.ecm.platform.suggestbox.actions--actions
In component org.nuxeo.ecm.platform.suggestbox.actions
org.nuxeo.ecm.platform.suggestbox.actions
inside nuxeo-platform-suggestbox-jsf-5.8.jar
This contribution is part of XML component Documentation
Disable the default simple search from Nuxeo and adds a suggestion search box instead.
Extension Point
Extension point actions of component ActionService.Contributed Items
XML Source
<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
<documentation>
Disable the default simple search from Nuxeo and adds a
suggestion search box instead.
</documentation>
<action enabled="false" id="simple_search_box"/>
<action id="suggest_search_box" order="1" type="template">
<category>SEARCH_ACTIONS</category>
<filter-id>isSearchEnabled</filter-id>
<properties>
<property name="template">/search/suggestbox.xhtml</property>
</properties>
</action>
</extension>